home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / software / utilities / graphics / raylab / source / platform / amiga / amidefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-16  |  1.3 KB  |  51 lines

  1. /*
  2.     name:    amidefs.h
  3.  
  4.     Misc. Amiga definitions
  5.     -----------------------
  6.  
  7.  
  8.     This source-code is part of the RayLab 1.1 package, and it is provided
  9.     for your compiling pleasure.  You may use it, change it, re-compile it
  10.     etc., as long as nobody else but you receive the changes/compilations
  11.     that you have made!
  12.  
  13.     You may not use any part(s) of this source-code for your own productions
  14.     without the permission from the author of RayLab. Please read the legal
  15.     information found in the users documentation for RayLab for more details.
  16.  
  17. */
  18.  
  19.  
  20. /* Definitions */
  21.  
  22. #define  LANG_ENGLISH  0
  23. #define  LANG_SVENSKA  1
  24.  
  25. #define  CTXT_DISPTITLE 0
  26. #define  CTXT_DISPREQ   1
  27. #define  CTXT_DISP0     2
  28. #define  CTXT_DISP1     3
  29. #define  CTXT_DISP2     4
  30. #define  CTXT_DISP3     5
  31. #define  CTXT_DISP4     6
  32. #define  CTXT_DISP5     7
  33. #define  CTXT_DISP6     8
  34. #define  CTXT_DISP7     9
  35. #define  CTXT_DISP8     10
  36. #define  CTXT_INTERR    11
  37. #define  CTXT_GFXERR    12
  38. #define  CTXT_UNSUPP    13
  39. #define  CTXT_CTRLC     14
  40. #define  CTXT_FPERR     15
  41. #define  CTXT_WINERR    16
  42. #define  CTXT_SCRNERR   17
  43. #define  CTXT_TRUECNSUPP 18
  44. #define  CTXT_MENU      19
  45. #define  CTXT_ABOUT     20
  46. #define  CTXT_CLOSE     21
  47. #define  CTXT_AVAILDISP 22
  48. #define  CTXT_WINNAME   23
  49. #define  CTXT_STACK     24
  50. #define  CTXT_EXIT      25
  51.